Hi Tom,
I found a case where my code is getting an unexpected result and I wanted to see if it is a bug, or I am missing something. I'm using KMotion_DotNet, KMotion 4.31f.
To test, I do the following:
* Unplug the kflop
* kmcontroller = new KMotion_dotNet.KM_Controller()
* Plug in kflop, wait a few seconds
* connected = kmcontroller.CheckConnected(); // returns true
* boardtype = kmcontroller.BoardType; // returns 0 - But I think it should return 2
I am checking board type as part of the initialization routine of checking board type, serial number (for a licensing check) and firmware version (to update firmware). I found a workaround, but it seems like this code should work.
Regards,
Toby